home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop from Home / Iceland.iso / pc / internetaccess.dir / 00148_Script_btstart jump < prev    next >
Text File  |  2003-03-05  |  214b  |  15 lines

  1. on mouseUp
  2.   sprite(149).visible = true
  3.   sprite(150).visible = true
  4. end mouseUp  
  5. on mouseWithin
  6.   cursor[member("open hand cursor"), member("open hand mask")]
  7. end
  8.  
  9. on mouseLeave
  10.   cursor -1
  11. end 
  12.  
  13.  
  14.  
  15.